enable accessibility on Linux when org.a11y.Status IsEnabled is true
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 26 Jun 2020 16:47:18 +0000 (17:47 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 26 Jun 2020 16:47:18 +0000 (17:47 +0100)
commit65a495b8e6aa1cf6fe18c8ff41d857c5621806a5
treee910df7421ebd276c1b6418b52ad85b8551c94d3
parentb89431ee97ee5c40937c3e449535669cb529bdc5
enable accessibility on Linux when org.a11y.Status IsEnabled is true

Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=54886d7f81175ac6
Last-Update: 2020-04-16

Otherwise accessibility would only work when Orca is set to be started
in the session preference, and it would not work when running Orca or
compiz' zoom by hand.

The existing comment said that it was always true since gnome 3.6, but at
least in Debian 8's gnome 3.14, Debian 9's gnome 3.22, and Debian 10's
3.30 it is not always true, it is Orca which sets it on startup. Compiz's
focuspoll module also does so for people with low vision using zoom with
focus tracking.

Gbp-Pq: Name enable_a11y_on_linux.diff
src/platformsupport/linuxaccessibility/dbusconnection.cpp